'Declaration
Public Function IsPageImage_2( _ ByRef ImageID As Integer, _ ByVal AutoRotate As Boolean _ ) As Boolean
public bool IsPageImage_2( ref int ImageID, bool AutoRotate )
public function IsPageImage_2( var ImageID: Integer; AutoRotate: Boolean ): Boolean;
public function IsPageImage_2( ImageID : int, AutoRotate : boolean ) : boolean;
public: bool IsPageImage_2( ref int ImageID, bool AutoRotate )
public: bool IsPageImage_2( int% ImageID, bool AutoRotate )
Parameters
- ImageID
- AutoRotate